bgo #721407 - Fix scrolled window to work with template subclasses.
authorTristan Van Berkom <tristan@upstairslabs.com>
Sat, 4 Jan 2014 02:55:41 +0000 (11:55 +0900)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 01:36:17 +0000 (20:36 -0500)
commit07d6c69128bae1191980ed2a72fb274055cc5392
tree71ca6d2d5d93c35503d3588db39e9a3c58fe6e03
parent9137b4ed8e97d400a6bbb9ec8379a2d235cdde62
bgo #721407 - Fix scrolled window to work with template subclasses.

Ensure the hscrollbar & vscrollbar at gtk_scrolled_window_add() time,
this allows one to subclass GtkScrolledWindow with templates and add
children, as this will happen at instance initialization time before
the construct adjustment properties take effect.
gtk/gtkscrolledwindow.c